home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 000
- 0
- 0
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
- pp_AvoidRefresh
- pp_ClosestColor 0 0 0
- color=result
- pp_SetApen color
- pp_ClosestColor 255 255 255
- color=result
- pp_SetBpen color
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
-
- pp_ComposeReqOff
- pp_Compose 0 100 0
- pp_EffectOn
- pp_Grey
- pp_BoxF x1 y1 x2 y2
- pp_LineArt 3
- pp_BoxF x1 y1 x2 y2
- pp_GaussianBlur 10
- pp_BoxF x1 y1 x2 y2
- pp_LineArt 2
- pp_Compose 0 50 0
- pp_BoxF x1 y1 x2 y2
- pp_LineArt 2
- pp_Compose 4 50 0
- pp_BoxF x1 y1 x2 y2
- pp_MaskOff
- pp_EffectOff
- pp_ComposeReqOn
- pp_Compose 0 100 0
- pp_PermitRefresh
-
- EXIT
-
-